Schemat bigApi.v1
Typ złożony ChangePasswordRequest
Schemat bigApi.v1 : Typ złożony ChangePasswordRequest
Opis
Żądanie zmiany hasła
Change password request
Przestrzeń nazw http://api.big.pl/bigApi/v1/types
Diagram
Element newPassword Element clientId Element requestDateTime Element requestId Sequence Typ złożony ChangePasswordRequest
Overview
ChangePasswordRequest
Żądanie zmiany hasła
Change password request
Sequence
requestId Typ prosty messageId
Identyfikator żądania
Ciąg znaków identyfikujący komunikat żądania. Nadawany przez system subskrybenta, powinien jednoznacznie identyfikować żądanie w zbiorze żądań przekazanych przez subskrybenta.
Request id
String uniquely identifying the request. Given by the subscriber.
requestDateTime xs:dateTime
Data i czas przesłania żądania
Request date and time
clientId xs:string
Identyfikator subskrybenta
Unikalny identyfikator nadawany przez BIG InfoMonitor każdemu subskrybentowi w ramach systemu.
Subscriber ID
A unique ID assigned by BIG InfoMonitor to any subscriber within the system.
newPassword xs:string
Nowe hało
Hasło, które będzie obowiązywać po zmianie
New password
Password that will be valid after the change
Używany przez
Element changePasswordRequest
Źródło
<xs:complexType name="ChangePasswordRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Żądanie zmiany hasła</div>
      <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Change password request</div>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="requestId" type="ba:messageId">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Identyfikator żądania</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Ciąg znaków identyfikujący komunikat żądania. Nadawany przez system subskrybenta, powinien jednoznacznie identyfikować żądanie w zbiorze żądań przekazanych przez subskrybenta.</div>
          <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Request id</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">String uniquely identifying the request. Given by the subscriber.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="requestDateTime" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Data i czas przesłania żądania</div>
          <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Request date and time</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="clientId" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Identyfikator subskrybenta</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Unikalny identyfikator nadawany przez BIG InfoMonitor każdemu subskrybentowi w ramach systemu.</div>
          <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Subscriber ID</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">A unique ID assigned by BIG InfoMonitor to any subscriber within the system.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="newPassword" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Nowe hało</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Hasło, które będzie obowiązywać po zmianie</div>
          <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">New password</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Password that will be valid after the change</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także
Schemat bigApi.v1